[release-5.0] NO-ISSUE: Increase greenboot and robot timeouts for release scenarios - #7318
[release-5.0] NO-ISSUE: Increase greenboot and robot timeouts for release scenarios#7318agullon wants to merge 2 commits into
Conversation
Release scenarios running upgrade paths with LVMS workloads followed by full standard suites were hitting timeout limits under I/O contention on x86 (c5.metal, 4750 Mbps EBS) when many VMs boot and pull images in parallel. Increase greenboot healthcheck timeout from 600s to 1200s and robot framework timeout from 30m (CI-overridden to 45m) to 60m for release scenarios only. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> pre-commit.check-secrets: ENABLED
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: agullon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
GREENBOOT_TIMEOUT=1200 and TEST_EXECUTION_TIMEOUT=60m are now set centrally in ci_phase_boot_and_test.sh for all release scenarios. Remove the redundant per-scenario overrides. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> pre-commit.check-secrets: ENABLED
|
@agullon: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@agullon: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
Consolidated into #7327 |
Summary
ci_phase_boot_and_test.shContext
Release scenarios running upgrade paths with LVMS workloads followed by full standard suites
were hitting timeout limits under I/O contention on x86 (
c5.metal, 4750 Mbps EBS bandwidth)when many VMs boot and pull container images from the mirror registry in parallel. The ARM
instance (
m7g.metal, 20000 Mbps EBS) has ~4.2x more I/O bandwidth and doesn't hit these limits.Specific failures observed in PR #7297:
el96-y2@el98-lrel@lvms-standard1/2: greenboot healthcheck failed — pods not ready within 600sel98-y1@el98-lrel@lvms-standard: Robot Framework killed by SIGTERM at 45m (44/52 tests had passed)These timeouts are ceilings, not floors — greenboot polls and exits immediately when pods are ready,
and robot finishes whenever tests complete. The happy-path duration is unaffected.
The el10 lvms-standard scenarios and the
optionalscenario already set these values per-scenario.This change centralizes them for all release scenarios in
ci_phase_boot_and_test.sh.Test plan
🤖 Generated with Claude Code